home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
doll_maker_3.swf
/
scripts
/
DefineButton2_227
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2007-09-26
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}